GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-30T04:52:43.4157498+00:00",
"SubmitDate": "2026-05-30T04:52:43.4157498+00:00",
"ReportPeriodStart": "2026-05-30T04:52:43.4157498+00:00",
"ReportPeriodEnd": "2026-05-30T04:52:43.4157498+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "de8abe86-d103-4497-a226-7d89dc38a575",
"Rows": [
{
"ItemId": "646405c5-0c5f-4f45-80bf-87220c1b2103",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "646405c5-0c5f-4f45-80bf-87220c1b2103",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "de8abe86-d103-4497-a226-7d89dc38a575",
"Rows": [
{
"ItemId": "646405c5-0c5f-4f45-80bf-87220c1b2103",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "646405c5-0c5f-4f45-80bf-87220c1b2103",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ad2e5145-ab0c-4a4e-99d8-f2c6a8a742f3",
"a0b5769d-863a-455a-8d90-c4bbb47cdeb0"
],
"Approvers": [
"ab83685f-ed44-4ae8-8924-ab15273d91da",
"d9d81b10-17c4-4243-9448-808bbdc1161f"
],
"ApprovedBy": "daec2c64-93f6-4e6a-ab5d-1d3bc172ea99",
"ApprovalDate": "2026-05-30T04:52:43.4157498+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "716ca32f-95aa-4ab3-9c09-66557bcd17ec",
"id": "11fa2c14-445c-4d08-8bbe-2532d1c218ed",
"ConfigId": "f5ffbb08-336a-49f2-b426-e6af8428e7fd"
},
{
"GenerationDate": "2026-05-30T04:52:43.4157498+00:00",
"SubmitDate": "2026-05-30T04:52:43.4157498+00:00",
"ReportPeriodStart": "2026-05-30T04:52:43.4157498+00:00",
"ReportPeriodEnd": "2026-05-30T04:52:43.4157498+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "de8abe86-d103-4497-a226-7d89dc38a575",
"Rows": [
{
"ItemId": "646405c5-0c5f-4f45-80bf-87220c1b2103",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "646405c5-0c5f-4f45-80bf-87220c1b2103",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "de8abe86-d103-4497-a226-7d89dc38a575",
"Rows": [
{
"ItemId": "646405c5-0c5f-4f45-80bf-87220c1b2103",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "646405c5-0c5f-4f45-80bf-87220c1b2103",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ad2e5145-ab0c-4a4e-99d8-f2c6a8a742f3",
"a0b5769d-863a-455a-8d90-c4bbb47cdeb0"
],
"Approvers": [
"ab83685f-ed44-4ae8-8924-ab15273d91da",
"d9d81b10-17c4-4243-9448-808bbdc1161f"
],
"ApprovedBy": "daec2c64-93f6-4e6a-ab5d-1d3bc172ea99",
"ApprovalDate": "2026-05-30T04:52:43.4157498+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "716ca32f-95aa-4ab3-9c09-66557bcd17ec",
"id": "11fa2c14-445c-4d08-8bbe-2532d1c218ed",
"ConfigId": "f5ffbb08-336a-49f2-b426-e6af8428e7fd"
}
]